SmartFTP FTP Library
IKeyManager::LoadFromCertificateStore Method

Loads a key from the current user's certificate store ("My").

IDL
HRESULT LoadFromCertificateStore(
    [in] BSTR bstrThumbprint, 
    [out, retval] IKey** retval
);

The thumbprint can be obtained from the certificate properties:

  1. Start certmgr.msc
  2. Go to the Personal\Certificates store
  3. Double click the certificate
  4. Go to the Details tab
  5. Select the Thumbprint field
What do you think about this topic? Send feedback!
Copyright (c) by SmartSoft Ltd. All rights reserved.